UninstallExtensionCallback

public interface UninstallExtensionCallback implements ExtensionsAsyncCallback<P, R>

A callback that is invoked when the user uninstalls/removes an extension from Chrome Web Store or on the chrome://extensions page.

Use the uninstall method to uninstall the extension.

Use the cancel method to cancel uninstalling and keep the extension.

Since

8.0.0

Types

Link copied to clipboard
public final class Action extends AsyncCallbackAction<R>
An action providing a response to the UninstallExtensionCallback.
Link copied to clipboard
public interface Params
The parameters of the UninstallExtensionCallback.

Functions

Link copied to clipboard
public abstract void on(P params, R tell)
Invoked when the callback needs a response for the given callback parameters.